home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / sys / SerPrefs.lha / SerPrefs / SerPrefs.Txt < prev    next >
Text File  |  1997-08-30  |  6KB  |  143 lines

  1. Compiled using AmigaE v3.2e by Wouter van Oortmerssen.
  2. GUI created with EasyGUI v3.3b.3 by Jason R. Hulance.
  3.  
  4. SerPrefs is an improvement on the old Serial prefs util.
  5.  
  6. SerPrefs extends several settings/options of the original,
  7. to do this effectivly a new serial.prefs format have been created.
  8. Currently SerPrefs only support the use of a serial device name,
  9. and Sharedmode. Other extensions will be added later.
  10.  
  11. The new serial.prefs can use prefs by old programs
  12. like the ORIGINAL "Sys:Prefs/Serial" found on the Workbench disks,
  13. and to convert from old to new simply load the old prefs into SerPrefs,
  14. then save it. And that's all you need to do! :-)
  15. Old serial.prefs software will still be able to read the new prefs,
  16. but unable to use the extra information stored.
  17.  
  18. SerPrefs even show the version of your serial.device,
  19. and have the standard prefsmenu items most prefs utils have.
  20. Everything is in a single gui, that is very easy to use.
  21. And you can choose the serial device to use, along with unit number etc.
  22.  
  23. All normal (plus some extra) baud rates are supported,
  24. along with a buffer range that is more than enough.
  25. It also have separate output/input settings,
  26. for future support and special software/hardware.
  27.  
  28. FEATURES!
  29. o All normal baud rates (75-921600 Baud)
  30. o Input and Output Buffer (range 0-64 MB)
  31. o Input and Output Xon/Xoff, RTS/CTS
  32. o Sharedmode, selectable xxx.device and unit
  33. o Parity Even/Odd/Mark/Space, 5-32 data bits, 0-2 stop bits
  34. o Makes use of custom prefs/serialprefs icons if found.
  35.  
  36.  
  37. INSTALLATION!
  38. Just copy it to the SYS:Prefs/ drawer,
  39. you can replace your original "Serial" with SerPrefs.
  40. To do this just copy SerPrefs over the original Serial,
  41. SerPrefs support all tooltypes etc, that Serial do.
  42.  
  43.  
  44. PLEASE NOTE!
  45. The new settings will not work unless programs,
  46. are aware of the new serial.prefs
  47. As of 24th June 1997 SerPrefs is the first program
  48. to support the new SERN chunk (the way the serial name is stored),
  49. and the SharedMode option.
  50. Hopefully more will follow later.
  51.  
  52. Also note that some older software may have trouble with
  53. new baudrates, this is caused by Intuition
  54. (internal prefs system is very old) or by the programs etc.
  55. The only way to fix this is to get a updated version of those programs,
  56. and for those programs to not use Intution's internal prefs,
  57. but rather read the serial.prefs file directly
  58. (intuition is able to notify programs about prefs file changes :-)
  59.  
  60.  
  61. ICON support!
  62. SerPrefs will use "ENV:sys/def_prefs.info" as a icon
  63. for the user prefs files to save,
  64. if you don't want SerPrefs to use your standard prefs icon,
  65. then make a icon called "ENV:sys/def_serialprefs.info"
  66. SerPrefs will use this instead, don't forget to also copy
  67. that icon to "ENVARC:sys/" so it is available after a reboot.
  68.  
  69.  
  70. DISCLAIMER ETC!
  71. SerPrefs is freeware, and no warranty is given.
  72. You use this software at your own risk.
  73. This software is freely distributable,
  74. and may NOT be sold for profit unless the author (me) agree to do so.
  75. See license file for more...
  76.  
  77. History!
  78.  
  79.  v1.0 - (25.3.1997)
  80.         First release!
  81.  
  82.  v2.0 - (4.4.1997) Not public!
  83.         Removed variables that wheren't really needed.
  84.         Changed the GUI some!
  85.         Internal code cleanup/hand optimising.
  86.         Added a BUNCH of new settings.
  87.         SerPrefs introduce the new serial.prefs format,
  88.         the new format is backwards compatible.
  89.         Let us hope that developers out there will use it.
  90.         New serial.prefs developer files included with SerPrefs.
  91.  
  92.  v2.1 - (24.6.1997)
  93.         SerPrefs can now be used as a Serial prefs replacement fully.
  94.         Changed serial.prefs, previous one was a bit overkill.
  95.         Used a better way to store serial name.
  96.         Created static buffer range, redesigned gui just a bit.
  97.         Restore works from somewhere else than ENV/ENVARC,
  98.         thanks to "Andreas R. Kleinert <Andreas_Kleinert@t-online.de>"
  99.         for unknowingly getting me to check it :-)
  100.         New include files for developers.
  101.         (Please read the note on the IFF SERN chunk)
  102.         SerPrefs still don't save "Prefs" icons,
  103.         next version perhaps (if I have the time).
  104.         Currently the default Project icon is used for now.
  105.         There is some minor internal improvements also.
  106.         The executable is now called Serial :-)
  107.  
  108.  v2.2 - (5.7.1997)
  109.         Reworked the sourcecode,
  110.         now most of the code not directly releated to SerPrefs
  111.         has been moved to seperate source files (modules).
  112.         This means easier maintaining of SerPrefs for me :-)
  113.         SerPrefs now support custom prefs icons,
  114.         ENV:Sys/def_prefs.info is used as icon if found,
  115.         but ENV:Sys/def_serialprefs.info will be used instead
  116.         if found, if none of the above is found
  117.         then ENV:Sys/def_project.info is used.
  118.         If that fail then the ROM project icon is used.
  119.         Besides this, only minor changes have been done.
  120.         I also updated the developer docs a bit.
  121.  
  122.  v2.3 - (30.8.1997) Large and small changes, from a certain point of view!
  123.         Improved the version check module (the same that DVC use :-)
  124.         serial.prefs frozen, meaning that the format as it is
  125.         is the default standard for future SerPrefs versions.
  126.         An extension is planned for the future (see developer docs),
  127.         suggestions on what to put in it are most welcome.
  128.         Minor internal cleanup, looked thru all the code zzzzz.
  129.         Found a bug in GUI update routine, shared and devicename was not
  130.         updated when changing prefs (they where loaded and saved though :-)
  131.         SerPrefs seems very good now, if ANY bugs are found
  132.         LET ME KNOW and they will be fixed at once,
  133.         if there are any to find at all :-)
  134.         If all is okay, this version will be the base for SerPrefs v3.0
  135.         Other SERIAL developers are encouraged to contact me,
  136.         for discussion of the new System Default serial.prefs format...
  137.  
  138. Freely Distributable FreeWare
  139. © Msi Software 1997 All Rights Reserved!
  140.  
  141. Email: "Msi Software <emsai@online.no>"
  142.   WWW: "http://www.sn.no/~msi"
  143.